home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
CODING
/
GRAPHICS
/
ZED3D080.ZIP
/
ZED3DSRC.ZIP
/
3DS.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-06-19
|
270 b
|
21 lines
#ifndef __3DS_H
#define __3DS_H
#include <objects.h>
#ifdef __cplusplus
extern "C" {
#endif
/* routine for reading 3ds ASCII file into an object */
object *read_3ds_file(char *filename, int print_progress);
#ifdef __cplusplus
}
#endif
#endif